Html Css Color HEX #69740A Fiji Green

📋 copy color: '#69740A'

red 105 ◦ green 116 ◦ blue 10

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

Shades of Fiji Green #69740A

Tints of Fiji Green #69740A

RGB

 RED value IS 105 (41.41% from 255) = 45.45%

 GREEN value IS 116 (45.7% from 255) = 50.22%

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 45.45%
G = 50.22%
B = 4.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#69740A (or 0x69740A) is known color: Fiji Green. HEX triplet: 69, 74 and 0A. RGB value is (105,116,10). Sum of RGB (Red+Green+Blue) = 105+116+10=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #69740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69740A is #968BF5. Grayscale: #656565. Windows color (decimal): -9866230 or 685161. OLE color: 685161.

HSL color Cylindrical-coordinate representation of color #69740A: hue angle of 66.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69740A is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 10 -
CMYK 0.09 0 0.91 0.55
HSL 66.23º 0.84% 0.25% -
HSV(B) 66.23º 0.91% 0.45% -
XYZ 12.13 15.52 2.64 -
YUV 100.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 105 116 10 0.09 0 0.91 0.55 66.23 0.84 0.25
Hex 69 74 A 9 0 5B 37 42 54 19
Octal 151 164 12 11 0 133 67 102 124 31
Binary 1101001 1110100 1010 1001 0 1011011 110111 1000010 1010100 11001

Color Harmonies of #69740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69740A

Black with #69740A

Text Example


Text Example

White with #69740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69740A; }

 p { color: rgb(105,116,10); }

 H1.HeaderClassName
 {
   color: #69740A;
 }
 .AnyTagClassName
 {
   color: #69740A;
 }
</style>

background-color css

<style>
 a { background-color: #69740A; }

 a { background-color: rgb(105,116,10); }

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

border-color css

<style>
 span { border-color: #69740A; }

 span { border-color: rgb(105,116,10); }

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