Html Css Color HEX #00690F Green

📋 copy color: '#00690F'

red 0 ◦ green 105 ◦ blue 15

#00690F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #00690F

Tints of Green #00690F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 105 (41.41% from 255) = 87.5%

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 0%
G = 87.5%
B = 12.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00690F (or 0x00690F) is known color: Green. HEX triplet: 00, 69 and 0F. RGB value is (0,105,15). Sum of RGB (Red+Green+Blue) = 0+105+15=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #00690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00690F is #FF96F0. Grayscale: #3F3F3F. Windows color (decimal): -16750321 or 1009920. OLE color: 1009920.

HSL color Cylindrical-coordinate representation of color #00690F: hue angle of 128.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00690F is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 15 -
CMYK 1 0 0.86 0.59
HSL 128.57º 1% 0.21% -
HSV(B) 128.57º 1% 0.41% -
XYZ 5.14 10.14 2.14 -
YUV 63.35 100.71 82.82 -
System Red Green Blue C M Y K H S L
Decimal 0 105 15 1 0 0.86 0.59 128.57 1 0.21
Hex 0 69 F 64 0 56 3B 81 64 15
Octal 0 151 17 144 0 126 73 201 144 25
Binary 0 1101001 1111 1100100 0 1010110 111011 10000001 1100100 10101

Color Harmonies of #00690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00690F

Black with #00690F

Text Example


Text Example

White with #00690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00690F; }

 p { color: rgb(0,105,15); }

 H1.HeaderClassName
 {
   color: #00690F;
 }
 .AnyTagClassName
 {
   color: #00690F;
 }
</style>

background-color css

<style>
 a { background-color: #00690F; }

 a { background-color: rgb(0,105,15); }

 div.DivClassName
 {
   background-color: #00690F;
 }
 .BgClassName
 {
   background-color: #00690F;
 }
</style>

border-color css

<style>
 span { border-color: #00690F; }

 span { border-color: rgb(0,105,15); }

 td.TdClassName
 {
   border-color: #00690F;
 }
 .TagClassName
 {
   border-color: #00690F;
 }
</style>